home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / lowlevel / GameControl / GameControl.doc < prev    next >
Encoding:
Text File  |  1993-08-31  |  1.7 KB  |  42 lines

  1.  
  2.                                  GameControl
  3.             A Tool for GameController & Lowlevel.library Testing
  4.                               by J.W. Lockhart
  5.                                  19 May 1993
  6.  
  7. USAGE
  8.     CLI usage:
  9.         [run] gamecontrol [screen <PubScreenName>]
  10.     Workbench usage:
  11.         double-click on the icon
  12.  
  13. PURPOSE
  14.     The purpose of this beastie is to test the mechanical contacts on the game
  15.     controller to see if there are any spurious directions.  It's quite
  16.     visual.  To test, simply run this from CLI or Workbench, and have a game
  17.     controller plugged into Port 1.  Press the directional keypad in such
  18.     a way as to go along a straight line in one direction.  If you don't,
  19.     there's a problem with the controller.
  20.  
  21.     It also happens to be yet another test of lowlevel.library's
  22.     SystemControl(SCON_AddCreateKeys) function, which is why it lives
  23.     where it lives on the server.
  24.  
  25. NOTES
  26.     The SCREEN option (available only from the CLI) allows you to open this
  27.     program on any public screen.  You will want to change the Workbench font
  28.     to Topaz-8 or use this option if the window cannot be opened (it'll tell
  29.     you if that's the problem).  If you're using Topaz-8, the window will
  30.     open to the size of 628-wide and 193-high; your screen must be at least
  31.     this large. That's usually not a problem, as the default NTSC screen is
  32.     640x200, and the default PAL screen is 640x512.
  33.  
  34.     Another binary, called GameControlWrap, may be available.
  35.     It won't stop when you reach the border, but will wrap around the grid.
  36.     If that sounds confusing, run the program and you'll see what I mean.
  37.  
  38. VERSION
  39.     $VER: GameControl_doc 1.1 (18.05.93) by J.W. Lockhart
  40.     Corresponds to GameControl V1.1.
  41.  
  42.